FlexReport for WinForms
Assign<T>(T,T) メソッド


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils クラス > Assign メソッド : Assign<T>(T,T) メソッド
The type of destination object.
The source object.
The destination object.
Assigns all from another object.
シンタックス
'宣言
 
Public Overloads Shared Sub Assign(Of T As {New, ICloneableObject})( _
   ByVal source As T, _
   ByRef dest As T _
) 
'使用法
 
Dim source As T
Dim dest As T
 
Utils.Assign(Of T)(source, dest)
public static void Assign<T>( 
   T source,
   ref T dest
)
where T: new(), ICloneableObject

パラメータ

source
The source object.
dest
The destination object.

型パラメータ

T
The type of destination object.
参照

参照

Utils クラス
Utils メンバ
オーバーロード一覧